html,body{
	margin: 0;   
}
ul,li,a,p{margin: 0; list-style: none; padding: 0;}
/*网站头部*/
.web-header-content{
	width: 100%;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
	position: fixed;
    left: 0;
	z-index: 999;
	background: #fff;
	border: 0;
	top: 0;
}
.header-item{
	padding: 10px 0;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgba(0,0,0,.6);
}
.logo-item{
	min-width: 180px;
	 max-height: 50px;
	 margin-right: 65px;
}
.logo-item img{
	height: 50px;
}
.header-top-menu{
	width: 100%;
}
.header-top-menu .menu-ul{
	display: flex; 
	font-size: 16px;
}
.menu-ul .menu-item-home , .menu-ul .menu-item{
	margin:10px 20px 10px 10px;
	cursor: pointer;
	position: relative;
}
.menu-ul .active{
	color: #de5932;
}

.header-top-menu .menu-ul a:hover{
	color: #de5932;
}
.header-top-menu .menu-ul>li.menu-item:hover .menu-child{
	display: block;
}
.menu-child{
	font-size: 14px;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff;
	min-width: 120px;
	padding: 2px 0 0;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.menu-child>li>a{
	padding: 9px 15px;
	display: block;
	white-space: nowrap;
}
.menu-child>li:hover>a{
	background: #de5932;
	color: #fff !important;
}
.herader-top-rightbar{
	min-width: 240px;
	text-align: right; 
}
.herader-top-rightbar>span{
	margin-left: 10px;
	cursor: pointer;
}
.send-btn{
	font-size: 12px;
	background:#de5932 ;
	color: #fff;
	padding: 5px 10px;
	border-radius:3px ;
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	-ms-border-radius:3px ;
	-o-border-radius:3px ;
}

/**中间区域**/
.web-body{
	padding-top: 70px; 
}
.web-body-content{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex
}
.web-body-left{
	width: 300px; 
}
.swiper-banner{
	margin-top: 15px;
	width: 100%;
}
.swiper-container{
	width: 300px;
	max-height: 290px;
}
.swiper-container .swiper-slide{ 
	height: 100%;
	overflow: hidden;
}
.swiper-container img{ 
	width: 100%;
	background-size: contain; 
}
.banner-list-bar{
	padding-top: 15px;
	width: 320px;
	margin-left: 20px;  
}


.banner-list-bar img{
	width: 150px;
	height: 100px; 
} 
.banner-list{
	display: flex;
	flex-wrap: wrap;
}
.banner-list .list-slide{	
	width: 50%; 
	margin-bottom: 20px;
}
.in-list-slide{
	margin-left: 10px;
	cursor: pointer;
}
.banner-list .list-slide:hover .banner-text{
	color: #f00;
} 
.banner-list .list-slide .banner-text{ 
	display: block;  
	color:  #333; 
	font-size: 11px; 
	overflow : hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.web-body-right{
	width: 680px;
	margin-right:20px;
}
.searchbox{
	display: flex;
	margin-bottom: 20px;
}
.searchbox .inputbox{
	background: #fff;
	padding: 5px 52px 5px 10px;
    font-size: 14px;
    color: #333;
	border: 1px solid #de5932;
	width: 100%;
}
.searchbox .inputbox input{
	border: none;
	background: none;
	outline: none;
	width: 100%;
}
.serachIcon{
	min-width: 40px;
	width: 40px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background:#de5932;
	cursor: pointer;
}
.serachIcon img{
	width: 20px;
	height: 20px;
	margin-top: 7px;
}
.hot-news{ 
	width: 340px;
	background: #fff; 
	font-size: 12px;
	color: rgba(0,0,0,.6);
}
.hot-news-title{
	font-size: 16px; 
	border-bottom: 1px solid #333;
	height: 33px;
	line-height: 33px;
}
.hot-news-list-ul{
	margin-top: 10px;
}
.hot-news-list-ul>li{
	display: flex;
	padding-bottom: 8px;
	cursor: pointer; 
}
.hot-news-list-ul>li:nth-child(2n+1){
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
.hot-news-img{
	width: 100px;
	min-width: 100px;
	height: 60px;
	margin-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}
.hot-news-img img{
	width: 100%;
	height: 60px;
	background-size: contain;
	border-radius: 3px;
}

.hot-news-text-title{
	overflow : hidden;
	text-overflow: ellipsis;  
	white-space: nowrap;
	border-bottom: 1px solid transparent;
}
.hot-news-text-desc{
	overflow : hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.hot-news-list-ul>li:hover .hot-news-text-title{
	color: #f00;
	border-bottom: 1px solid #f00;
}
.hot-news-list-ul>li:hover .hot-news-img img{
	transform: scale(1.05);
    transition: all .3s ease-out 0s;
} 

.information-content{
	width: 100%;
	background: #fff; 
	color: rgba(0,0,0,.6);
}

.information-title{
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
}
.information-list{  
	padding: 15px 0;
	font-size: 14px;
	display: flex;
}
.information-list .information-item:nth-child(5n){
	padding-top: 20px;
}
.information-list .information-item{
	width: 100%;
}
.information-item-info{
	font-size: 12px;
	color: #333;
	display: flex; 
	cursor:pointer;
	padding: 8px 0 8px 0;
}
.information-item-info:hover{  
	color: #f00; 
}
.information-text{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.information-time{
	min-width: 100px;
	text-align: right;
}







.home-nav-item{
	width: 100%;
	background: #fff; 
}
.nav-goods-ul{
	width: 100%;
}
.nav-goods-li{ 
	margin-bottom: 5px; 

}
.nav-goods-item{ 
	cursor: pointer;
}
.nav-goods-img{
	background: #ddd;
	position: relative;
	height: 140px;
	border-radius: 5px;
	overflow: hidden;
}
.nav-goods-info{
	padding: 10px 0;
	font-size: 13px;
	color: #333;
	display: flex;
}
.nav-godds-desc{
	width: 100%;
	overflow : hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.nav-goods-li .nav-goods-img img{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	background-size: cover;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.nav-goods-title{
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
	width: 100%;
	background: rgba(0,0,0,.4);
	color: #f00;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-goods-title>span{
	padding: 0 10px;
}
.nav-goods-item{
	position: relative;
}
.home-nav-goods-title{
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	color: #333;
	align-items: center;
}
.nav-goods-name{ 
	margin-right: 20px;
}
.sub-tabs-tag{
	display: flex;
}
.tabs-active{
	color: #1abc9c;;
}
.sub-tabs-name{
	cursor: pointer;
	margin-right: 20px;
	font-size: 13px;
}
.nav-godds-price{
	margin-top: 10px;
	text-align: center;
}
.nav-godds-price>span{
	color: #f00;
}
/*底部*/
.footbar{
	padding: 35px 0;
    color: #5f676f;
    background: #2d3237;
}
.footbar-content{
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	color: #fefefe;
	display: flex;
	justify-content: space-between;
}

.bottom-right{
	min-width: 100px;
	text-align: right;
}
.agree-btn{
	 cursor: pointer;
}
.agree-btn:hover{
	 border-bottom:1px solid #fff ;
}

.banner-hot-content{
	display: flex;
}
.title-bg-box{
	background: #F7F7F7;
	height: 34px;
	line-height: 34px; 
}
.title-bg-box>span{
	background: #EDEDED;
    line-height: 34px;
    width: 60px;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    color: #DE5932;
    font-weight: bold;
}
.main-flex-box{
	 display: flex;
}
.in-flex{
	width: 680px;
	margin-right: 20px;
}
.silde-item-inflex{
	width: 510px;
}
.silde-img-inflex{
	width: 150px;
	margin-left: 20px;
}
.img160-box{
	width: 150px;
	font-size: 12px;
	margin-bottom: 10px;
}
.img160-box .img-160{
	width: 150px;
	height: 100px;
}
.img160-box .img-160 img{
	width: 100%;
	height: 100px;
	background-size: contain;
}
.img160-box-text{
	overflow : hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	cursor: pointer;
}
.hot-sort-list{
	padding-top: 20px;
}
.hotsort-ul>li{
	display: flex;
	font-size: 12px;
	margin-bottom: 20px;
	cursor: pointer;
}
.hotsort-ul>li .sort-num{
	width: 30px;
	min-width: 30px;
	margin-right: 10px;
}
.hotsort-ul>li .sort-pic{
	width: 80px;
	margin-left: 10px;
}
.hotsort-ul>li .sort-pic img{
	width: 80px;
	height: 60px;
	background-size: contain;
}
.hotsort-ul>li .sort-num{
	color: #FFFFFF;
    display: block;
    font: 28px/30px Arial;
    height: 30px; 
    text-align: center;
    top: 13px;
    width: 30px;
}
.hotsort-ul>li:nth-child(2n+1) .sort-num{
	background: none repeat scroll 0 0 #FC8E2C;
}
.hotsort-ul>li:nth-child(2n) .sort-num{
	background: none repeat scroll 0 0 #00ADEF;
}
.hotsort-ul>li:nth-child(3n) .sort-num{
	background: none repeat scroll 0 0 #E85461;
}
.sort-text{
	padding: 0;
	color: #333;
}
.home-nav-box{
	display: flex;
	margin-bottom: 20px;
}
.nav-goods-list{
	width: 680px;
	margin-right: 20px;
}
.nav-goods-subnme{
	min-width: 80px;
	overflow: hidden;
	background: #f00;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.nav-godds-time{
	min-width: 100px;
	text-align: right;
}
.nav-goods-ul li.nav-goods-li:nth-child(2n+1) .home-goods-list-info .nav-goods-subnme{

}
.nav-goods-ul li.nav-goods-li:nth-child(2n) .home-goods-list-info .nav-goods-subnme{
	background: none repeat scroll 0 0 #FC8E2C;
	
}
.nav-goods-ul li.nav-goods-li:nth-child(3n) .home-goods-list-info .nav-goods-subnme{
	background: none repeat scroll 0 0 #00ADEF;	
}
.nav-goods-rightHotlist{
	width: 300px;
}
.rightHotlist{
	padding-top: 20px ;
	font-size: 14px;
	cursor: pointer;
}
.rightHotlist-goods-info{
	display: flex;
}
.rightHotlist-godds-img{
	min-width: 120px;
	width: 120px;
	height: 80px;
}
.rightHotlist-godds-img img{
	width: 120px;
	height: 80px;
}
.rightHotlist-goods-subnme{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 5px;
}
.rightHotlist-godds-desc{
	font-size: 12px;
	color: #999;
	margin-left: 10px;
	width: 100%;
	overflow : hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;

}
.rightHotlist:hover .rightHotlist-godds-desc{
	color: #f00;
}
.nav-goods-li .home-goods-list-info:hover .nav-godds-desc{
	color: #f00;
}
.img160-box:hover .img160-box-text{
	color: #f00;
}
.hotsort-ul>li:hover .sort-text{
	color: #f00;
}